Use CRPEJob::GetNthParameterValueDescription to retrieve the description of the default value set for a parameter.
BOOL GetNthParameterValueDescription (
const _TCHAR *parameterFieldName,
const _TCHAR *reportName,
short index,
HANDLE *valueDesc,
short *valueDescLength );
Specifies a pointer to the parameterFieldName for which you want to retrieve the parameter value description. | |
Specifies a pointer to the handle of the value description to be retrieved. | |
Use CRPEJob::GetNthSortField to retrieve the name of the sort field at the specified sort field position and the direction in which data in that field is sorted (ascending or descending).
BOOL GetNthSortField (
short sortFieldN,
CString &field,
short *direction );
Specifies the number of the sort field for which you want to retrieve information. The first sort field added to the report is field 0, the second is 1, etc. | |
Reference to the CString object containing the name of the sort field if the call is completed successfully. | |
Specifies a pointer to the sort direction of the sort field if the call is completed successfully. Uses one of the PEP_SF_XXX Sort Order Constants. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |